I've created a very simple custom hook: export function useI18n() : [ string, Dispatch<SetStateAction<string>> ] { const [ language, setLanguage
hope this is not a stupid question. connecting ionic and java springboot , there's no error message when the app is live serving in a browser and the data is
i am getting Cannot GET / in browser after running webpack successfully webpack output :- > webpack-dev-server --port 2000 --mode=development <i> [w
I'm trying to apply styling for only the p and a elements that are a descendant of any element with class "some-class". Per https://developer.mozilla.org/en-US
.align { background: white; display: flex; align-items: center; margin: 0 auto; width: 60%; } <div class="align"> <p> This is fille
Is it possible to build agora in an on-premise environment? Is it possible to build agora server in an internal network environment without internet?
I have a database with rankings from three different methods. Note that some methods have similar values, for example for the first alternative we have two valu
@commands.command(name = "mute") @commands.has_permissions(administrator = True) async def mute(self, ctx, member: discord.Member, reason = None, duration
I need to read specified lines in a GB2312 encoding file with given line numbers. Many people mentioned linecache.getline(file_path,line_no) is the right answer